home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / restartIPServer / RCS / restartIPServer.man,v < prev   
Encoding:
Text File  |  1991-08-11  |  2.6 KB  |  116 lines

  1. head     1.3;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.3
  10. date     91.08.11.14.32.47;  author kupfer;  state Exp;
  11. branches ;
  12. next     1.2;
  13.  
  14. 1.2
  15. date     90.12.13.22.25.48;  author kupfer;  state Exp;
  16. branches ;
  17. next     1.1;
  18.  
  19. 1.1
  20. date     90.11.12.18.02.08;  author kupfer;  state Exp;
  21. branches ;
  22. next     ;
  23.  
  24.  
  25. desc
  26. @@
  27.  
  28.  
  29. 1.3
  30. log
  31. @The script recognizes when it's run on the root server, so -r is now
  32. only in case you want the root daemons on some other machine.
  33. @
  34. text
  35. @'\" Copyright 1990 Regents of the University of California
  36. '\" Permission to use, copy, modify, and distribute this
  37. '\" documentation for any purpose and without fee is hereby
  38. '\" granted, provided that this notice appears in all copies.
  39. '\" The University of California makes no representations about
  40. '\" the suitability of this material for any purpose.  It is
  41. '\" provided "as is" without express or implied warranty.
  42. '\" 
  43. '\" $Header: /sprite/src/admin/restartIPServer/RCS/restartIPServer.man,v 1.2 90/12/13 22:25:48 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
  44. '/" 
  45. .so \*(]ltmac.sprite
  46. .HS RESTARTIPSERVER cmds
  47. .BS
  48. '\" Note:  do not modify the .SH NAME line immediately below!
  49. .SH NAME
  50. restartIPServer \- restart IP server and dependent daemons
  51. .SH SYNOPSIS
  52. \fBrestartIPServer\fR [\fIoptions\fR]
  53. .SH OPTIONS
  54. .IP "\f\-r\fR" 15
  55. Start up daemons that run only on the root server.
  56. .BE
  57.  
  58. .SH DESCRIPTION
  59. .PP
  60. This script kills off the IP server and daemons that are known to
  61. communicate using Internet protocols.  It then restarts the server and
  62. a standard set of daemons.  If the script is run on the root server,
  63. additional daemons (e.g., 
  64. .BR bootp )
  65. are started.  The
  66. .B \-r
  67. flag can be used to start up the root server daemons on other machines.
  68. .PP
  69. If the file
  70. .B /hosts/$HOST/nfs
  71. exists, it is run.  This is usually a script to start up an NFS
  72. gateway.
  73. .PP
  74. If the file
  75. .B /hosts/$HOST/ipStart
  76. exists, it is used to fire up the IP server.  This is useful for
  77. starting up a new version of the server for debugging.  If the file
  78. doesn't exist, the server is simply invoked, with all output
  79. redirected to 
  80. .BR /hosts/$HOST/ip.out.
  81. .SH KEYWORDS
  82. IP server
  83. @
  84.  
  85.  
  86. 1.2
  87. log
  88. @Mention the ipStart convention.
  89. @
  90. text
  91. @d9 1
  92. a9 1
  93. '\" $Header: /sprite/src/admin/restartIPServer/RCS/restartIPServer.man,v 1.1 90/11/12 18:02:08 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
  94. d28 4
  95. a31 1
  96. a standard set of daemons.  If the
  97. d33 1
  98. a33 2
  99. flag is given, additional daemons are started for use on the root
  100. server.
  101. @
  102.  
  103.  
  104. 1.1
  105. log
  106. @Initial revision
  107. @
  108. text
  109. @d9 1
  110. a9 1
  111. '\" $Header: /sprite/lib/forms/RCS/cmd.man,v 1.2 90/02/20 17:11:01 douglis Exp $ SPRITE (Berkeley)
  112. d37 8
  113. a44 1
  114.  
  115. @
  116.